Phone - Post Caller ID details
POST/v1/callCenter/callRecognitions
Create new phone call or mark an ongoing phone call as finished.
Request
- application/json
Body
callId string
phone call Uuid
callCallerId stringrequired
Caller's phone number is provided in the local format - the client
callCallerIdValidPhone booleanrequired
callPhoneNumber string
phone number of the one calling - the client
callCurrentStatus stringrequired
Possible values: [SONNERIE
, DECROCHE
, RACCROCHE
, ABANDON
]
callDateMillis stringrequired
theForkID stringrequired
restaurant uuid corresponding to the toPhoneNumber
Responses
- 200
- 401
Successful
- */*
- Schema
- Example (from schema)
Schema
status number
{
"status": 200
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
data object
error string
Possible values: [Unauthorized
]
statusCode number
Possible values: [401
]
{
"data": {},
"error": "Unauthorized",
"statusCode": 401
}
Loading...